{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Catboost tutorial\n", "\n", "In this tutorial, we use [catboost](https://tech.yandex.ru/catboost/) for a gradient boosting with trees.\n", "\n", "You can install catboost with pip:\n", "\n", "```\n", "pip install catboost\n", "```\n", "\n", "or with conda:\n", "\n", "```\n", "conda install -c conda-forge catboost\n", "```" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "